home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / spcpltcs.dir / 00317_Script_317 < prev    next >
Text File  |  1994-11-29  |  328b  |  25 lines

  1. on exitFrame
  2.   unLoadCast
  3.   if rollover(7) then
  4.     go to frame "b1"
  5.   else if rollover(8) then
  6.     go to frame "b2"
  7.   else
  8.     go to frame "menu"
  9.   end if
  10. end
  11.  
  12.  
  13. on enterFrame
  14.   global pnt
  15.  
  16.   set the cursor of sprite 3 to 0
  17.   set the cursor of sprite 4 to 0
  18.   set the cursor of sprite 20 to pnt
  19.  
  20.  
  21. end
  22.  
  23.  
  24.  
  25.